home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / 43seconds.swf / scripts / frame_19 / PlaceObject2_67_1 / CLIPACTIONRECORD on(press).as next >
Encoding:
Text File  |  2007-09-28  |  140 b   |  8 lines

  1. on(press){
  2.    if(this._currentframe == 1 && _root.nummer == 1)
  3.    {
  4.       _root.nummer = _root.nummer + 1;
  5.       this.play();
  6.    }
  7. }
  8.